auto merge of #100 : rust-lang/cargo/meta-packages, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 1 Jul 2014 06:30:02 +0000 (06:30 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Jul 2014 06:30:02 +0000 (06:30 +0000)
This allows a single git repository to have multiple packages contained inside.

* Cargo will look for `Cargo.toml`s located anywhere inside the project.
* Cargo will stop searching once it reaches a submodule, to avoid accidentally exporting someone else's packages. It is still possible to explicitly depend on packages from a submodule using the `path=` syntax on dependencies.

1  2 
src/cargo/ops/cargo_rustc.rs

Simple merge